home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / demovt15.zip / README.1ST < prev    next >
Text File  |  1994-04-27  |  5KB  |  127 lines

  1.   The file EXAMPLES.EXE is an LHArc self-extractor that will hopefully
  2. create the proper subdirectories and place the files in them. Run the
  3. .BAT files included to see the examples.
  4.  
  5.    The examples are mostly quick hacks and haven't been thoroughly
  6. tested: they may fail when tried with slow machines and SoundBlaster.
  7. Some interfaces may also be missing some of the newer functions, so
  8. show your interest and add them! :-) To see the WC++9.5 example you must
  9. have a DOS4GW in your PATH.
  10.  
  11.    Not all MODs or S3Ms will play correctly (but most do). Report us
  12. with an exact description of the problem and we might fix it. If you're
  13. interested in DemoVT supporting .MTMs (or other formats), let us know...
  14.  
  15.    We STRONGLY advise you to test your production in slow machines and
  16. with different soundcards/replay rates. You don't want it to sound
  17. terrible, just because you didn't add some CallMusic() sentences, do
  18. you? I'd recommend a 386SX/25 with Trident 8900 and SoundBlaster at
  19. 22000Hz as the minimum equipment required (even if the graphics look
  20. terribly slow, make sure the music plays correctly).
  21.  
  22.    Finally, we encourage you to tell us if you find any bugs or
  23. misbehaviour in the program. But, please, state clearly the problem and
  24. the situations when it appears, not just a 'doesn't work'. You will find
  25. our addresses in the file DemoVT.DOC.
  26.  
  27.    The directory structure should be this (sizes may vary):
  28.  
  29. DEMODEMO.MOD    25532  Example MOD file.
  30. DEMOVT.DOC      28736  DemoVT 1.51 DOCs.
  31. DEMOVT.EXE      36177  DemoVT 1.51 executable.
  32. DESCRIPT.ION      613  4DOS/NDOS description file.
  33. DISTROSI.TXT     2776  List of Iguana/VT distro sites.
  34. DVT.NFO          3930  Text file for the Setup program.
  35. EXAMPLES.EXE   122793  Self-extractor with interfaces.
  36. FILE_ID.DIZ       376  BBS description file.
  37. README.1ST       5077  Quick info about the package.
  38. RELEASES.TXT     2025  List of Iguana/VT releases.
  39. RUNASM.BAT        121  Runs the ASM example.
  40. RUNBCC4.BAT       124  Runs the BCC4 example.
  41. RUNC.BAT          119  Runs the C example.
  42. RUNTPAS.BAT       124  Runs the Pascal example.
  43. RUNWCC.BAT        124  Runs the WC++9.5 example.
  44. RUNPMODE.BAT      124  Runs the PMode 2.4 example.
  45. WHATSNEW.DOC     2509  Chronological updates to DVT.
  46.  
  47. ASM\
  48.  
  49.     DESCRIPT.ION      317  4DOS/NDOS description file.
  50.     LAND.ASM        16882  ASM example source.
  51.     LAND.COL          768  Raw palette file.
  52.     LAND.EXE         3585  ASM example executable.
  53.     LANDPAL.INC      2162  Palette include file.
  54.     MAKEFILE          260  Makefile for ASM example.
  55.     VBLIB.INC        9073  Vertical blanking interrupt routines.
  56.     VGASM.INC        4334  VGA routines.
  57.     VTASM.INC       13314  ASM Interface to DVT 1.51.
  58.  
  59. BCC4\
  60.  
  61.     BCCDVT.CPP       9363  BCC4 interface to DVT 1.51.
  62.     BCCTST.CPP       5396  BCC4 example source.
  63.     BCCTST.EXE      20920  BCC4 example executable.
  64.     DESCRIPT.ION      179  4DOS/NDOS description file.
  65.     MAKE.BAT          105  Make batch file.
  66.  
  67. C\
  68.  
  69.     CDVT.C           3292  C interface to DVT 1.51.
  70.     CDVT.H           4925  C interface header.
  71.     CTST.C           1482  C example source.
  72.     CTST.EXE         7404  C example executable.
  73.     DESCRIPT.ION      195  4DOS/NDOS description file.
  74.     MAKEFILE          367  Makefile for C example.
  75.  
  76. MISC\
  77.  
  78.     BIN2DB.EXE       3376  Binary file to .INC executable.
  79.     BIN2DB.PAS       1047  Binary file to .INC source.
  80.     DESCRIPT.ION      126  4DOS/NDOS description file.
  81.  
  82. SETUP\
  83.  
  84.     DESCRIPT.ION      495  4DOS/NDOS description file.
  85.     DETECASM.ASM      653  ASM code. Links to Detectio.Pas.
  86.     DETECTIO.PAS     2458  386, VGA etc detection code.
  87.     DEVICES.PAS      3129  Environment strings code.
  88.     DVT.NFO          3930  Text file for the reader.
  89.     DVTSETUP.EXE    12738  Setup executable.
  90.     DVTSETUP.PAS    15513  Setup main program.
  91.     GFX.PAS          2194  Screen output routines.
  92.     HEXCONVE.PAS     2928  Conversion functions.
  93.     MAKEFILE          314  Makefile for Setup program.
  94.     MENUS.PAS        3862  Menu handling routines.
  95.     OUTPUT.PAS      18788  More screen handling code.
  96.     READER.PAS       4663  DVT.NFO fancy courful reader.
  97.  
  98. TPAS\
  99.  
  100.     DESCRIPT.ION      197  4DOS/NDOS description file.
  101.     MAKEFILE          146  Makefile for Pascal example.
  102.     PASDVT.PAS       9126  Pascal interface to DVT 1.51.
  103.     PASTST.EXE       5802  Pascal example executable.
  104.     PASTST.PAS       9678  Pascal example source.
  105.  
  106. WCC\
  107.  
  108.     DESCRIPT.ION      238  4DOS/NDOS description file.
  109.     DPMIDVT.C        8477  WC++9.5 interface to DVT 1.51.
  110.     DPMIDVT.H        7242  WC++9.5 interface include.
  111.     DPMITST.C        1472  WC++9.5 example source.
  112.     DPMITST.EXE     36178  WC++9.5 example executable.
  113.     MAKEFILE          345  Makefile for WC++9.5 example.
  114.  
  115. PMODE\
  116.  
  117.     DESCRIPT.ION      309  4DOS/NDOS description file.
  118.     MAKEFILE          274  Makefile for PMode example.
  119.     PMODE.ASM       74226  Tran's PMode 2.4 code.
  120.     PMODE.INC        1837  Tran's PMode 2.4 header.
  121.     PMODEDVT.ASM    10995  PMode interface to DVT 1.51.
  122.     PMODEDVT.INC     3625  PMode interface header.
  123.     PMODETST.ASM     2544  PMode example source.
  124.     PMODETST.EXE     5389  PMode example executable.
  125.  
  126.     Notes on PMode - GET THE FULL PMODE24.ZIP distribution.
  127.